home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / mac / ch14 / 14fig04a.wrl < prev    next >
Text File  |  1996-09-23  |  1KB  |  42 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Shape {
  6.     appearance Appearance {
  7.         material Material {
  8.             diffuseColor 0.0 0.6 1.0
  9.         }
  10.     }
  11.     geometry ElevationGrid {
  12.         xDimension  10
  13.         zDimension  10
  14.         xSpacing    0.100000
  15.         zSpacing    0.100000
  16.         solid       FALSE
  17.         creaseAngle 3.14
  18.         height [
  19.              0.08,  0.03, -0.05, -0.08, -0.07, 
  20.             -0.07, -0.07, -0.08, -0.05,  0.03, 
  21.              0.03, -0.06, -0.07, -0.01,  0.04, 
  22.              0.05,  0.04, -0.01, -0.07, -0.06, 
  23.             -0.05, -0.07,  0.02,  0.08,  0.06, 
  24.              0.05,  0.06,  0.08,  0.02, -0.07, 
  25.             -0.08, -0.01,  0.08,  0.02, -0.05, 
  26.             -0.07, -0.05,  0.02,  0.08, -0.01, 
  27.             -0.07,  0.04,  0.06, -0.05, -0.06, 
  28.             -0.02, -0.06, -0.05,  0.06,  0.04, 
  29.             -0.07,  0.05,  0.05, -0.07, -0.02, 
  30.              0.08, -0.02, -0.07,  0.05,  0.05, 
  31.             -0.07,  0.04,  0.06, -0.05, -0.06, 
  32.             -0.02, -0.06, -0.05,  0.06,  0.04, 
  33.             -0.08, -0.01,  0.08,  0.02, -0.05, 
  34.             -0.07, -0.05,  0.02,  0.08, -0.01, 
  35.             -0.05, -0.07,  0.02,  0.08,  0.06, 
  36.              0.05,  0.06,  0.08,  0.02, -0.07, 
  37.              0.03, -0.06, -0.07, -0.01,  0.04, 
  38.              0.05,  0.04, -0.01, -0.07, -0.06, 
  39.         ]
  40.     }
  41. }
  42.